ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / BatchOperatingData<T> Class / ItemsCreated Property

In This Topic
    ItemsCreated Property
    In This Topic
    The items being created.
    Syntax
    'Declaration
     
    Public Property ItemsCreated As IList(Of T)
    public IList<T> ItemsCreated {get; set;}
    See Also